Fixed gtk_calendar_get_date annotations: Added missing (out)
authorSebastian Pölsterl <sebp@k-d-w.org>
Tue, 18 Jan 2011 15:21:10 +0000 (16:21 +0100)
committerSebastian Pölsterl <sebp@k-d-w.org>
Tue, 18 Jan 2011 15:21:10 +0000 (16:21 +0100)
gtk/gtkcalendar.c

index c393d2f50eb9b0702139d56b40c8f6944b561dd5..50aa3e5f27685839b1bee656a4fdce53b5dc55d9 100644 (file)
@@ -3878,9 +3878,9 @@ gtk_calendar_unmark_day (GtkCalendar *calendar,
 /**
  * gtk_calendar_get_date:
  * @calendar: a #GtkCalendar
- * @year: (allow-none): location to store the year as a decimal number (e.g. 2011), or %NULL
- * @month: (allow-none): location to store the month number (between 0 and 11), or %NULL
- * @day: (allow-none): location to store the day number (between 1 and 31), or %NULL
+ * @year: (out) (allow-none): location to store the year as a decimal number (e.g. 2011), or %NULL
+ * @month: (out) (allow-none): location to store the month number (between 0 and 11), or %NULL
+ * @day: (out) (allow-none): location to store the day number (between 1 and 31), or %NULL
  *
  * Obtains the selected date from a #GtkCalendar.
  */